pip install

pip installpip install
  1. The NAME is what people will refer to your software as , the name under which your software is listed in PyPI and more importantly under which users will install it ( for example , pip install NAME ) .

    NAME就是人们引用您的软件时使用的名称,这个软件名称将会列在PyPI中,而且更重要的是,用户将使用这个名称来安装软件(例如,pip安装NAME)。